                       ReadMeUSB_CCID_MSI.txt File
               README file for USB CCID Smartcard
		       Reader Setup Version 1.2.1.2                  

This document describes the release notes of the driver setup
=============================================================


General
*******

This program installs or uninstalls the drivers for
USB CCID Smartcard Reader.
If the driver is not installed the program installs it.
Otherwise the program will remove the driver.
The installation of the driver is done by Plug and Play.
For windows all NT based you must have administration rights.

Install
*******

To install the driver type the following line on a console window :

msiexec.exe /i USB_CCID_xXX.msi 


Uninstallation
**************

To uninstall the driver type the following line on a console window :

msiexec.exe /x USB_CCID_xXX.msi 

FAQs
****


Q: How can I do a silent installation ?
A: For a standard installation for USB CCID Smartcard Reader start the setup with 

   msiexec.exe /i USB_CCID_xXX.msi /qn /norestart   

   For an uninstallation use the command

   msiexec.exe /x USB_CCID_xXX.msi /qn /norestart

   Further details can be found there
   http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp


Q: I encounter an error during the installation. What can I do ?
A: Create a logfile. You can do this by submitting the following command

   msiexec.exe /i USB_CCID_xXX.msi /Lv* YourDriveName:\YourLogFileName.txt

   and contact the support.


Q: How can I check the installation state ?
A: You can use the function MsiQueryProductState from the installer library
   MSI.dll please see: http://msdn2.microsoft.com/en-us/library/aa370363.aspx
   for details.
   The product key is :
   {939913F9-F134-4E9E-B879-BE6755B69952}